home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Tools & Goodies / ODFx / Sources / MacMake.bmk < prev    next >
Encoding:
Text File  |  1996-08-26  |  3.3 KB  |  121 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MacMake.bmk
  4. #    Release Version:    $ ODF 2 $
  5. #
  6. #    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #========================================================================================
  9.  
  10. __ComponentName = ODFx
  11.  
  12. __ComponentSignature = 'ODFH'
  13.  
  14. __IncludeDirs =                 ∂
  15.     -i "{FWODHandMadeIncludes}" ∂
  16.     -i "{FWODCppIncludes}"         ∂
  17.     -i "{ODF}Found:FWCollec:"     ∂
  18.     -i "{ODF}Found:FWCommon:"     ∂
  19.     -i "{ODF}Found:FWDebug:"     ∂
  20.     -i "{ODF}Found:FWExcLib:"     ∂
  21.     -i "{ODF}Found:FWMemory:"     ∂
  22.     -i "{ODF}Found:FWNotifn:"     ∂
  23.     -i "{ODF}Found:FWRefCnt:"     ∂
  24.     -i "{ODF}Found:FWRunTyp:"     ∂
  25.     -i "{ODF}Found:FWStream:"     ∂
  26.     -i "{ODF}Found:FWString:"     ∂
  27.     -i "{ODF}Found:ODUtils:"     ∂
  28.     -i "{ODF}OS:FWGraphx:"         ∂
  29.     -i "{ODF}OS:FWMenu:"         ∂
  30.     -i "{ODF}OS:FWFiles:"         ∂
  31.     -i "{ODF}OS:FWResour:"         ∂
  32.     -i "{ODF}OS:FWODMisc:"         ∂
  33.     -i "{ODF}OS:FWOSMisc:"         ∂
  34.     -i "{ODF}FrameWrk:FWPart:Include:" ∂
  35.     -i "{ODF}FrameWrk:FWEvents:Include:" ∂
  36.     -i "{ODF}FrameWrk:FWPart:Include:" ∂
  37.     -i "{ODF}FrameWrk:FWSemEvt:Include:" ∂
  38.     -i "{ODF}FrameWrk:FWViews:Include:" ∂
  39.     -i "{ODF}FrameWrk:FWWindow:Include:" ∂
  40.     -i "{ODF}FrameWrk:Layer:Include:" ∂
  41.     -i "{ODF}{FWCompiler}{FWBldType}:" ∂
  42.     -i "{_FWTargetDir}"
  43.  
  44. __IDLIncludeDirs = ∂
  45.     -i "{ODF}Found:FWCommon:" ∂
  46.     -I "{FWODIDLIncludes}"
  47.     
  48. __ComponentSourcesFromIDL = ∂
  49.     "{_FWTargetDir}"SOMPtMc.cpp ∂
  50.     "{_FWTargetDir}SOMPart.xh" ∂
  51.     "{_FWTargetDir}SOMPart.xih"
  52.  
  53. __FWRCIncludeDirs = ∂
  54.     -i "{ODF}Found:FWCommon:" ∂
  55.     -i "{ODF}Found:FWNotifn:" ∂
  56.     -i "{ODF}Found:FWStream:" ∂
  57.     -i "{ODF}Found:FWString:" ∂
  58.     -i "{ODF}OS:FWResour:"       ∂
  59.     -i "{ODF}OS:FWMenu:"       ∂
  60.     -i "{ODF}OS:FWGraphx:"       ∂
  61.     -i "{ODF}Framewrk:FWPart:Include:" ∂
  62.     -i "{ODF}Framewrk:FWViews:Include:" ∂
  63.     -i "{FWODHandMadeIncludes}" ∂
  64.     -i "{FWODRIncludes}" ∂
  65.     -i "{ODF}{FWCompiler}{FWBldType}:" ∂
  66.     -i "{_FWTargetDir}"
  67.  
  68. __ComponentObjects = ∂
  69.     "{_FWObjDir}"SOMPtMc.cpp.o ∂
  70.     "{_FWObjDir}"Part.cpp.o ∂
  71.     "{_FWObjDir}"Frame.cpp.o ∂
  72.     "{_FWObjDir}"Select.cpp.o ∂
  73.     "{_FWObjDir}"Commands.cpp.o ∂
  74.     "{_FWObjDir}"Content.cpp.o
  75.  
  76. __ComponentResources = ∂
  77.     "{_FWObjDir}"Part.rsrc ∂
  78.     "{_FWObjDir}"Menus.rsrc ∂
  79.     "{_FWObjDir}"MacVers.rsrc ∂
  80.     "{_FWObjDir}"PartInfo.rsrc
  81.     
  82. __CFMInitFunction = ODFCFMINIT
  83.  
  84. # directory dependency propagation
  85. "{_FWObjDir}" ƒ "{_FWTargetDir}"
  86.  
  87. #
  88. # SOM Part Glue
  89. #
  90.  
  91. "{_FWTargetDir}SOMPart.xih" ƒ "{_FWTargetDir}SOMPart.idl"
  92. "{_FWTargetDir}SOMPart.xh" ƒ "{_FWTargetDir}SOMPart.idl"
  93. # We don't make the SOM .cpp file depend on the .idl file because
  94. # we use a macro; if we established a dependency then somc would auto-generate
  95. # the file and expand our macro. This isn't a problem because we still depend
  96. # on the .xh and .xih files, so we'll still get recompiled.
  97. #"{_FWTargetDir}SOMPtMc.cpp" ƒ "{_FWTargetDir}SOMPart.idl"
  98. "{_FWTargetObjectsDir}SOMPtMc.cpp.o" ƒ "{_FWTargetDir}SOMPart.xh" "{_FWTargetDir}SOMPart.xih"
  99.  
  100. #
  101. # Resources
  102. #
  103.  
  104. "{_FWObjDir}"Part.rsrc ƒ ∂
  105.     "{_FWTargetDir}"Part.r ∂
  106.     "{_FWTargetDir}"MacIcons.rsrc ∂
  107.     "{_FWTargetDir}"Defines.k ∂
  108.     "{_FWTargetDir}"Binding.k
  109.  
  110. "{_FWObjDir}"Menus.rsrc ƒ ∂
  111.     "{_FWTargetDir}"Menus.fr ∂
  112.     "{_FWTargetDir}"Defines.k ∂
  113.     "{ODF}Found:FWString:FWString.fr" ∂
  114.     "{ODF}OS:FWMenu:FWMenus.k" ∂
  115.     "{ODF}OS:FWMenu:FWMenus.fr"
  116.  
  117. "{_FWObjDir}"PartInfo.rsrc ƒ ∂
  118.     "{_FWTargetDir}"PartInfo.fr ∂
  119.     "{_FWTargetDir}"Binding.k ∂
  120.     "{_FWTargetDir}"Defines.k
  121.